home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / DEMO / WOLF3D.BAT < prev    next >
DOS Batch File  |  1992-07-18  |  429b  |  15 lines

  1. @echo off
  2. echo Amazing 3D VGA game from APOGEE Software.  This is one you've got to
  3. echo see!  Sounds best with a sound blaster card.  This game may require
  4. echo more memory than is available while running the menu.  To start the
  5. echo game without the menu change to the DEMOS directory and enter WOLF3D.
  6. echo.
  7. echo Press any key to continue or...
  8. echo Press CTRL-C to cancel.
  9. echo.
  10. pause >nul
  11.  
  12. cd wolf
  13. wolf3d
  14. cd..
  15.